48,780 records

48,780 records

Active filters Clear all

No active filters

Filters

STREET

NEIGHBORHOOD

TECHN_KWAL

OPPERVLAKTE

Openbaar groen

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
OBJECTID
               

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
9471
ID
               

No description available for this field.

Name (identifier)
id
Type
decimal
Sample
104196
CITYPART
               

No description available for this field.

Name (identifier)
stadsdeel
Type
text
Sample
Strijp 2
NEIGHBORHOOD_CODE
               

No description available for this field.

Name (identifier)
buurt_code
Type
integer
Sample
1632
NEIGHBORHOOD
               

No description available for this field.

Name (identifier)
buurt
Type
text
Sample
Meerbos
STREET
               

No description available for this field.

Name (identifier)
straat
Type
text
Sample
Welschapsedijk
OWNER
Beheer Openbare Ruimte (BOR) of andere partij. Niet alle particuliere partijen genoemd, alleen in geval van openbaar terrein.

No description available for this field.

Name (identifier)
eigenaar
Type
text
Sample
BOR
MAINTAINER
               

No description available for this field.

Name (identifier)
beheerder
Type
text
Sample
BOR Natuur
HOOFD_CATEGORIE
               

No description available for this field.

Name (identifier)
hoofd_categorie
Type
text
Sample
Schraal gras
CATEGORY
Beheergroepen.

No description available for this field.

Name (identifier)
categorie
Type
text
Sample
Schraal Gras Berm
AANLEG_JAAR
               

No description available for this field.

Name (identifier)
aanleg_jaar
Type
date
Sample
2001
TERREIN_HELLING
               

No description available for this field.

Name (identifier)
terrein_helling
Type
text
Sample
Horizontaal
STREEF_HOOGTE
               

No description available for this field.

Name (identifier)
streef_hoogte
Type
integer
Sample
                       
TECHN_KWAL
Kwaliteitsambitie conform https://www.crow.nl/thema-s/wegbeheer-en-wegonderhoud/crow-beheersystematieken

No description available for this field.

Name (identifier)
techn_kwal
Type
text
Sample
B
MAATREGEL
ten behoeve van beheer/ onderhoud

No description available for this field.

Name (identifier)
maatregel
Type
text
Sample
Machinaal 2 keer per jaar meterstrook
OPPERVLAKTE
Oppervlakte in m2

No description available for this field.

Name (identifier)
oppervlakte
Type
decimal
Unit
m2
Sample
1749.281
SHAPE.AREA
Oppervlakte in m2

No description available for this field.

Name (identifier)
shape_area
Type
decimal
Unit
m2
Sample
1749.280995
SHAPE.LEN
Omtrek in m

No description available for this field.

Name (identifier)
shape_len
Type
decimal
Unit
m
Sample
579.7157739577581
geo_shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
{"coordinates":[[[5.417795579687739,51.448785424526385],[5.417786341029039,51.44878064499789],[5.416914037869827,51.44940291500535],[5.416827002858221,51.449466631010175],[5.416721677653535,51.449543726753],[5.4166689214629375,51.44958235551044],[5.416629365027512,51.44961129110545],[5.416814349188533,51.4496530501705],[5.416913809244128,51.44958229286008],[5.417933555430224,51.448856847865684],[5.418300078111304,51.44859609655568],[5.418164211142342,51.44853691564957],[5.418156346034152,51.448542364886464],[5.4181683620716745,51.44854863576131],[5.417818575614801,51.448797328427645],[5.416714394662552,51.44958234391577],[5.416707320142153,51.44958737038444],[5.416697908649629,51.44958234812138],[5.416685993183488,51.44957598718489],[5.4172086556847185,51.449205402925294],[5.417701730180586,51.44885185758101],[5.417795579687739,51.448785424526385]]],"type":"Polygon"}
geo_point_2d
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[51.44910938159709,5.417470021019659]

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"openbaar-groen0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/openbaar-groen0"
      }
    ]
    ,
  • "definitions":
    {
    • "openbaar-groen0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/openbaar-groen0_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "openbaar-groen0_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"number",
                • "title":"ID",
                • "description":""
                }
                ,
              • "stadsdeel":
                {
                • "type":"string",
                • "title":"CITYPART",
                • "description":""
                }
                ,
              • "buurt_code":
                {
                • "type":"integer",
                • "title":"NEIGHBORHOOD_CODE",
                • "description":""
                }
                ,
              • "buurt":
                {
                • "type":"string",
                • "title":"NEIGHBORHOOD",
                • "description":""
                }
                ,
              • "straat":
                {
                • "type":"string",
                • "title":"STREET",
                • "description":""
                }
                ,
              • "eigenaar":
                {
                • "type":"string",
                • "title":"OWNER",
                • "description":"Beheer Openbare Ruimte (BOR) of andere partij. Niet alle particuliere partijen genoemd, alleen in geval van openbaar terrein."
                }
                ,
              • "beheerder":
                {
                • "type":"string",
                • "title":"MAINTAINER",
                • "description":""
                }
                ,
              • "hoofd_categorie":
                {
                • "type":"string",
                • "title":"HOOFD_CATEGORIE",
                • "description":""
                }
                ,
              • "categorie":
                {
                • "type":"string",
                • "title":"CATEGORY",
                • "description":"Beheergroepen."
                }
                ,
              • "aanleg_jaar":
                {
                • "type":"string",
                • "format":"date",
                • "title":"AANLEG_JAAR",
                • "description":""
                }
                ,
              • "terrein_helling":
                {
                • "type":"string",
                • "title":"TERREIN_HELLING",
                • "description":""
                }
                ,
              • "streef_hoogte":
                {
                • "type":"integer",
                • "title":"STREEF_HOOGTE",
                • "description":""
                }
                ,
              • "techn_kwal":
                {
                • "type":"string",
                • "title":"TECHN_KWAL",
                • "description":"Kwaliteitsambitie conform https://www.crow.nl/thema-s/wegbeheer-en-wegonderhoud/crow-beheersystematieken"
                }
                ,
              • "maatregel":
                {
                • "type":"string",
                • "title":"MAATREGEL",
                • "description":"ten behoeve van beheer/ onderhoud"
                }
                ,
              • "oppervlakte":
                {
                • "type":"number",
                • "title":"OPPERVLAKTE",
                • "description":"Oppervlakte in m2",
                • "unit":"m2"
                }
                ,
              • "shape_area":
                {
                • "type":"number",
                • "title":"SHAPE.AREA",
                • "description":"Oppervlakte in m2",
                • "unit":"m2"
                }
                ,
              • "shape_len":
                {
                • "type":"number",
                • "title":"SHAPE.LEN",
                • "description":"Omtrek in m",
                • "unit":"m"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false